home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / nation league panel.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  3.2 KB  |  90 lines

  1. <panel title="Nation league Panel" save_current_state="true">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="bottom, extend" gap="0" offset="0"/>
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  5.  
  6.     <widget class="table" id="natn" mode="keyboard, fill_rows" auto_size_rows="true"  layout="-1, -2, 175, 1"  >
  7.         <!-- headings -->
  8.         <list id="headings">
  9.             <record text="Selected Nations" alignment="left,centre_y"/>
  10.             <record text="Lowest Active League" alignment="left,centre_y"/>
  11.             <record text="Detail" alignment="left,centre_y"/>
  12.             <record text="Real Fixtures" alignment="centre"/>
  13.         </list>
  14.         
  15.         <record id="default_properties">
  16.             <flags id="alignment" value="left, centre_y"/>
  17.         </record>
  18.  
  19.         <list id="column_properties">
  20.             <record indx="0">
  21.             </record>
  22.             <record indx="1">
  23.             </record>
  24.             <record indx="2">
  25.                 <flags id="column_alignment" value="left,centre_y"/>
  26.                 <flags id="auto_size" value="horizontal"/>
  27.             </record>
  28.             <record indx="3">
  29.                 <flags id="column_alignment" value="centre"/>
  30.                 <flags id="auto_size" value="horizontal"/>
  31.             </record>
  32.         </list>
  33.         
  34.         <list id="column_display_properties">
  35.             <record index="0" sort_disabled="true" id="Cntn"/>
  36.             <record index="1" sort_disabled="true" id="Clal"/>
  37.             <record index="2" sort_disabled="true" id="Cexd"/>
  38.             <record index="3" sort_disabled="true" id="Crlf" hidden="true"/>
  39.         </list>
  40.             
  41.  
  42.     </widget>
  43.  
  44.     <widget class="table" id="dbop" mode="keyboard, fill_rows" auto_size_rows="true" layout="-1, 10, -2" tstr="true" >
  45.         <list id="headings">
  46.             <record text="Options" alignment="left" column_span="3"/>
  47.         </list>
  48.  
  49.         <record id="default_properties">
  50.             <flags id="alignment" value="left, centre_y"/>
  51.         </record>
  52.         
  53.         <list id="column_properties">
  54.             <record index="1">
  55.                 <colour id="colour" name="selection"/>
  56.             </record>
  57.         </list>
  58.  
  59.         <list id="column_display_properties">
  60.             <record index="0" sort_disabled="true"/>
  61.             <record index="1" sort_disabled="true"/>
  62.             <record index="2" sort_disabled="true"/>
  63.         </list>
  64.  
  65.         <widget class="label" row="0" col="0" text="Game Start Date"/>
  66.         <widget class="subtle_popup" id="gmsd" sele="gmsd" row="0" col="2" hint="Select game date" colour="selection"/>
  67.         <widget class="label" row="1" col="0" text="Database Size"/>
  68.         <widget class="subtle_popup" id="dbsz" sele="dbsz" row="1" col="2" colour="selection">
  69.             <list id="items">
  70.                 <record name="Small" id="0"/>
  71.                 <record name="Normal" id="1"/>
  72.                 <record name="Large" id="2"/>
  73.                 <record name="Huge" id="3"/>
  74.             </list>
  75.             <string id="hint" value="Select Database Size"/>
  76.         </widget>
  77.         
  78.         <widget class="label" row="2" col="0" text="Load All Players from"/>
  79.         <widget class="subtle_popup" id="lpfl" sele="lpfl" fixe="true" row="2" col="2" text="No additional nations selected" colour="selection"/>
  80.         
  81.         <widget class="label" id="urpl" row="3" col="0" text="Players"/>
  82.         <widget class="check_box" id="urpn" text="Use Real Players" click_event="urpn" row="3" col="1" column_span="2" selection="1" />
  83.         
  84.         <widget class="label" id="epal" row="4" col="0" text="Attributes"/>
  85.         <widget class="check_box" id="epam" text="Enable Player Attribute Masking" click_event="epam" row="4" col="1" column_span="2" selection="1" />
  86.         
  87.     </widget>
  88.     
  89. </panel>
  90.